home *** CD-ROM | disk | FTP | other *** search
/ SOHO - Exploring the Sun - 2003 Update / SOHO - Exploring the Sun - 2003 Update.iso / pc / data / main.dcr / scripts_189.ls < prev    next >
Encoding:
Text File  |  2003-02-25  |  384 b   |  9 lines

  1. on mouseUp
  2.   global clips, km, clips1, clips2, clip_directory
  3.   set clip_directory to "8"
  4.   set clips1 to ["sl_c2", "c2xmas1", "hyakc3df", "swanhale", "evaporat", "halebopp", "swancome", "las_xmas", "s46_47c", "las_ven"]
  5.   set clips2 to ["uvcs_com", "hyak4pan", EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY, EMPTY]
  6.   set clips to clips1
  7.   go("newsun_" & clip_directory)
  8. end
  9.